home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 682 / rexxhostlib / glue.lzh / SendRexx.asm < prev   
Assembly Source File  |  1990-09-18  |  207b  |  15 lines

  1.     xref    _RexxHostBase
  2.     xdef    _SendRexxCommand
  3.  
  4.     section    text,code
  5.  
  6. _SendRexxCommand:
  7.     movem.l    a6/a2/a3,-(sp)
  8.     move.l    _RexxHostBase,a6
  9.     movem.l    16(sp),a0/a1/a2/a3
  10.     jsr    -42(a6)
  11.     movem.l    (sp)+,a6/a2/a3
  12.     rts
  13.  
  14.     end
  15.